home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-04-12 | 336 b | 12 lines | [TEXT/KAHL] |
- /* MyTextEdit.h
- * Interface to useful utility routines for TextEdit in Writeswell Jr.
- * Copyright ©1993 Working Software, Inc. All Rights Reserved.
- * 4 Mar 93 Mike Crawford
- */
-
- void MyTEKey( WindowPtr docWindow,
- ControlHandle vertScroll,
- char theChar,
- Boolean readOnly );
- TEHandle GetTextHandle( WindowPtr theWindow );
-